home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / libs / image.lha / Image / Image_Demo_3 / APP_globals.h next >
Encoding:
C/C++ Source or Header  |  1997-09-14  |  580 b   |  21 lines

  1. struct GfxBase                *GfxBase    = NULL;
  2. struct DosLibrary            *DosBase    = NULL;
  3. struct IntuitionBase    *IntuitionBase    = NULL;
  4. struct ExecBase                *ExecBase    = NULL;
  5. struct Library                *DiskFontBase    = NULL;
  6. struct Library                *GadToolsBase    = NULL;
  7. struct Library                *ImageBase    = NULL;
  8.  
  9. /* Prototypy */
  10. int SetupScreen( void );
  11. void CloseDownScreen( void );
  12. int OpenDisplay( WORD, WORD );
  13. void CloseDisplay(void );
  14. UWORD ComputeX( UWORD );
  15. UWORD ComputeY( UWORD );
  16. void ComputeFont( void );
  17. LONG OpenLibraries( void );
  18. void CloseLibraries( void );
  19. int OpenFonts( void );
  20. void CloseFonts( void );
  21.